NetworkRequestConfig

constructor(networkAuthorizationConfig: NetworkAuthorizationConfig)

Create an instance of Network Request Config.

Since

12.7.00

Parameters

networkAuthorizationConfig

constructor(shouldCacheConnection: Boolean)

Create an instance of Network Request Config.

Since

12.9.01

Parameters

shouldCacheConnection

If false, SDK will not cache the connection in the background state


constructor(domainConfig: DomainConfig)

Create an instance of Network Request Config.

Since

14.05.00

Parameters

domainConfig

instance of DomainConfig


constructor(networkDataSecurityConfig: NetworkDataSecurityConfig = NetworkDataSecurityConfig.defaultConfig(), networkAuthorizationConfig: NetworkAuthorizationConfig = NetworkAuthorizationConfig.defaultConfig(), shouldCacheConnection: Boolean = NETWORK_REQUEST_DEFAULT_CONNECTION_CACHE_CONFIG, domainConfig: DomainConfig = DomainConfig.defaultConfig())

Parameters

networkDataSecurityConfig
networkAuthorizationConfig
shouldCacheConnection

If false, SDK will not cache the connection in the background state

domainConfig

instance of DomainConfig